CancellableGenericTinyMessage

StockSharp.Xaml.Charting.Common.Messaging

Basic "cancellable" generic message

Erbt von: TinyMessageBase

Konstruktoren

CancellableGenericTinyMessage(object, T, Action)

Create a new instance of the CancellableGenericTinyMessage class.

sender
Message sender (usually "this")
content
Contents of the message
cancelAction
Action to call for cancellation

Eigenschaften

Cancel : Action

Cancel action

Content : T

Contents of the message